home *** CD-ROM | disk | FTP | other *** search
- this.onEnterFrame = function()
- {
- if(_root.paused == 0)
- {
- timpul = Math.round((timpIni - getTimer()) / 1000);
- timpTXT = Math.round(timpul / 10);
- timp.text = timpTXT;
- if(timp.text == "0" && this._visible == 1)
- {
- _root.gotoAndStop("gameOver");
- }
- }
- };
-